Get Webhooks for Project
GET/webhooks/:projectId
Find and fetch all the webhooks associated with a project by projectId
Request
Path Parameters
projectId stringrequired
Example: 62caedf9e2719e72815d0703
Query Parameters
apiKey stringrequired
Example: {{publicKey}}
Header Parameters
API-SECRET stringrequired
Example: {{secretKey}}
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
_id string
projectId string
webhookUrl string
eventType string
createdAt string
updatedAt string
__v number
[
null
]
Loading...